home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / jlut522.zip / HLP.ZIP / MS.HLP < prev    next >
Text File  |  1993-05-02  |  5KB  |  132 lines

  1. ┌─────────────────────────────────────────────────────────────────────────────┐
  2. │ Option:  MS  MESSAGE SYSTEM.................................................│
  3. └─────────────────────────────────────────────────────────────────────────────┘
  4.  
  5. Syntax  
  6. ═══════════════════════════════════════════════════════════════════════════════
  7. JLUTIL /MS [MsgDir/?/~,Sender,Subject,Receiver/Mailing-
  8.             List.@ML,Flag1(PKN),Flag2,MsgFile,V01,V02,
  9.             V03,V04,V05,V06,V07,V08,V09] [-Switches]
  10. ═══════════════════════════════════════════════════════════════════════════════
  11.  
  12. Switch Description  
  13. ═══════════════════════════════════════════════════════════════════════════════
  14. No Switches available at this time.
  15. ═══════════════════════════════════════════════════════════════════════════════
  16.  
  17. Param       Description  
  18. ═══════════════════════════════════════════════════════════════════════════════
  19. MsgArea     DosName
  20.             ?    Choose it from a menue
  21.             ~    NetMailArea 
  22. Sender      Name of the Sender
  23. Subject     Subject of the Message
  24. Receiver    Name of the Receiver. If you specify the Name of a File with
  25.             the Extension .@ML JLUTIL writes a Message to every User of
  26.             the Mailing List. A Mailing List has one Name at each line.
  27.  
  28. Flag1       N    NONE-PROTECTED MSG
  29.             P    PRIVATE        MSG
  30.             K    KILL-PROTECTED MSG
  31.  
  32. Flag2       has no effect. enter 0.
  33. MsgFile     Specify the FileName, which contains the Msg.
  34. V01..V09    Variables
  35.  
  36.             If you  leave a Parameter blank, JLUTIL prompts you for it.
  37. ═══════════════════════════════════════════════════════════════════════════════
  38.  
  39. Explanation  
  40. ═══════════════════════════════════════════════════════════════════════════════
  41. Writing one Msg to many Users. You can select a MSG-AREA. To do this, start
  42. JLUTIL with the ? Parameter:  eg. JLUTIL /MS ? If you are using '~', you
  43. can write a NetMail to a single Receiver (His Name should have the
  44. following format: UserName at Net-Node; eg: Juergen Lorenz at 803_000).
  45.  
  46. Receiver:  Name at Net_Node
  47.  
  48.                       ^----------------------  (_ instead of /)
  49.  
  50. The Receiver Menu:
  51.  
  52. You can pick up 2000 UserNames. JLUTIL checks, if there are any UserNames
  53. twice. You can write the PickList to a File or get it from a file. You can
  54. search for UserNames using a search pattern. You can sort the names and you
  55. can edit the PickList. If you want, you can write a name and JLUTIL checks,
  56. if the Name is a User. If he can't be found or he has been deleted, he will
  57. be ignored.
  58.       
  59. This is very important for other Procedures of JLUTIL, which are using the
  60. Message-Distribution Procedure of JLUTIL. If eg. the MCS wants to write to
  61. 'Sysop', but he couldn't find such an User, he will NOT write the MSG !  So
  62. be sure, that you have filled out the third line of SYSOP.BBS correctly. 
  63.  
  64. If you choose the Option Receiver, the Name will not be checked. So you
  65. can write to ALL or to a user, who will log on the first time in a week.
  66.  
  67. UserLists:
  68.  
  69. Mailing-Lists have the Extension .@ML  You can specify a Mailing-
  70. List instead of a single Receiver at the DOS prompt.
  71.  
  72. eg.  JLUTIL /MS E:\GT\MSG,Juergen Lorenz,Please register,
  73.                 Level_Z.@ML,P,,PleaRgst.MSG
  74.  
  75.  
  76. MSG-File and Editor:
  77.  
  78. You can distribute textfiles. Exit the Editor with a RETURN in the
  79. first row of a column.
  80.  
  81. ----------------------------------------------------------------------
  82.                           Variables
  83. ----------------------------------------------------------------------
  84.  
  85. @RFN    the Receiver's First name
  86. @RLN    the Receiver's Last  name
  87. @AFN    the Actual Caller's First name
  88. @ALN    the Actual Caller's Last  name
  89. @SAD    Name of the SystemAdministator
  90. @MSG    Name of the CoSysop: MSG-Maintenance
  91. @USR    Name of the CoSysop: USER-Maintenance
  92. @FIL    Name of the CoSysop: FILE-Maintenance
  93. @MCS    MCS vx.xx
  94. @DAT    the actual Date MM-DD-YY
  95. @MMD    the actual Date MM-DD
  96. @TIM    the actual Time
  97. @CAL    the Number of Calls of the selected User
  98. @LEV    the Level of the selected User
  99. @V01    first  variable
  100.         up to
  101. @V09    nineth variable
  102. @INC    Include the following File  (eg. @INC TEST.DAT)
  103.         If you specify after the filename a ',1' like
  104.         @INC TEST.DAT,1
  105.         JLUTIL uses the MMR quoting mechanism.
  106. ----------------------------------------------------------------------
  107.  
  108.  
  109. You can use the MSG-SYSTEM with parameters :
  110.  
  111. eg. JLUTIL /MS E:\GT\MSG,Juergen,Welcome,NEW_USER,P,,WELCOME.MSG
  112.  
  113. NEW_USER stands for the name of a new User. You can also start
  114. JLUTIL like
  115.  
  116. eg. JLUTIL /MS E:\GT\MSG,Juergen Lorenz,Welcome,,P,,WELCOME.MSG
  117.        
  118. Try it. It's great. If you put the following CommandLine into your
  119. Autoexec.bat:
  120.  
  121. JLUTIL /MS E:\GT\MSG,MASTER CONTROL SYSTEM,BOOTING...,
  122.            YourName,P,,BOOT.MSG,Time,Date
  123.  
  124. every time the box is booting, you get a message from the MCS.
  125.  
  126. IF you have specified ED= within JL.CNF other than INTERNAL, then you
  127. can use your own Editor.
  128. ═══════════════════════════════════════════════════════════════════════════════
  129.  
  130.  
  131.  
  132.